Results ({{ length }})

{% if results %}
{% for key in headingdata %} {% endfor %} {% for result in results %} {% for val in result %} {% endfor %} {% endfor %}
{{ key }}
{{val |safe }}

{% endif %}

ID {{ docid | safe }} ; {{ museumname | safe }}

{% if alltups %}

Properties

{% for list in alltups %} {% for item in list %} {% endfor %}
{{ item[0] }} {{ item[1]|safe }}

{% endfor %} {% endif %} {% if allprops %}

All Properties

{% for item in allprops %} {% endfor %}
{{ item[0] }} {{ item[1]|safe }}

{% endif %}